object fmNewKeyword: TfmNewKeyword Left = 264 Top = 253 ActiveControl = EdTranslation BorderStyle = bsDialog Caption = '##NewWord' ClientHeight = 167 ClientWidth = 461 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 449 Height = 105 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 16 Top = 48 Width = 69 Height = 13 Caption = '##&Keyword:' FocusControl = EdKeyword end object Label2: TLabel Left = 16 Top = 80 Width = 84 Height = 13 Caption = '##&Translation:' FocusControl = EdTranslation end object Label3: TLabel Left = 16 Top = 16 Width = 77 Height = 13 Caption = '##&Language:' FocusControl = EdLanguage end object OKBtn: TBitBtn Left = 88 Top = 124 Width = 77 Height = 27 Caption = '##&OK' TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 172 Top = 124 Width = 77 Height = 27 Caption = '##&Cancel' TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 256 Top = 124 Width = 77 Height = 27 Caption = '##&Help' TabOrder = 2 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object EdKeyword: TEdit Left = 112 Top = 48 Width = 337 Height = 20 Enabled = False Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 end object EdTranslation: TEdit Left = 112 Top = 80 Width = 337 Height = 20 TabOrder = 4 end object EdLanguage: TEdit Left = 112 Top = 16 Width = 337 Height = 20 Enabled = False Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 5 end end